home *** CD-ROM | disk | FTP | other *** search
/ J-Mac Electronics & Home Comics / J-Mac Electronics & Home Comics.iso / mac / J-MAC / G23F / yumenoat.Dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1998-01-22  |  258 b   |  15 lines

  1. on startMovie
  2.   set mycursor to [12, 13]
  3.   set the cursor of sprite 20 to mycursor
  4.   set volset to the soundLevel
  5.   puppetSound(1, 1)
  6.   if the soundEnabled = 0 then
  7.     set the soundEnabled to 1
  8.   end if
  9. end
  10.  
  11. on doexit
  12.   sound stop 1
  13.   go(1, "G23_NEGU")
  14. end
  15.